object CodePageDlg: TCodePageDlg Left = 225 Top = 332 BorderIcons = [] BorderStyle = bsDialog Caption = 'S'#233'lectionner le code page' ClientHeight = 119 ClientWidth = 257 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 105 Height = 13 Caption = 'S'#233'lectionner le code page pour :' end object FNLabel: TLabel Left = 16 Top = 32 Width = 233 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object CodePageEdit: TComboBox Left = 16 Top = 56 Width = 225 Height = 19 Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 0 OnDrawItem = CodePageEditDrawItem end object OKBtn: TButton Left = 56 Top = 88 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 136 Top = 88 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end end